home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 10
/
The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso
/
PC_SIGCD
/
11
/
0
/
DISK1105.ZIP
/
HELP
/
#MENU9.2
< prev
next >
Wrap
Text File
|
1988-06-01
|
2KB
|
70 lines
══════════════════════════════════════════════════════════════
FORMAT .VC INTERFACE using REPORT
══════════════════════════════════════════════════════════════
The following examples shows how REPORT could be used
to pass solution data to a VISICALC .VC file and/or a
precreated DIF formatted file.
.VC format datafile:
....................................................
>C10:/FI@SUM(C5...C8)
>B10:@SUM(B5...B8)
>A10:"TOTAL:
>C9:/-=
>B9:/-=
>C8:/FI(B8/B10)*100
>B8:|#100=vl.e24 | .......volume of #100
>A8:/FR"|#100=nm | and name identification
>C7:/FI(B7/B10)*100
>B7:|#210=vl.e24 | .......volume of #210
>A7:/FR"|#210=nm | and name identification
>C6:/FI(B6/B10)*100
....................................................
...more information on next view
══════════════════════════════════════════════════════════════
FORMAT DIF INTERFACE using REPORT
══════════════════════════════════════════════════════════════
DIF format datafile:
....................................................
TABLE
0,1
"PRODUCTION" ......title assigned
VECTORS
0,2 ......no. of fields = 2
""
TUPLES
0,2 ......no. of records = 2
""
LABELS ......labels if needed
....
....
....
....
...more information on next view
DATA Section may look as follows:
DATA
0,0
""
-1,0
BOT
1,0 ......name identification
"|#100=nm |" of #100
0,|#100=vl.e24| ......volume of #100
V
-1,0
BOT
1,0 ......name identification
"|#210=nm |" of #210
0,|#210=vl.e24| ......volume of #210
V
-1,0
EOD
....................................................
...try other screens